home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 58
/
MINAMI58.ISO
/
Varios
/
Juegos Flash
/
Gold Yard.exe
/
scripts
/
DefineButton2_326
/
BUTTONCONDACTION on(keyPress Tab).as
next >
Wrap
Text File
|
2003-04-29
|
338b
|
16 lines
on(keyPress "<Tab>"){
if(_root.gameover == 0)
{
if(_root.map_switch == 0)
{
_root.map_switch = 1;
_root.mapengine.gotoAndPlay("mapopen");
}
else if(_root.map_switch == 1)
{
_root.map_switch = 0;
_root.mapengine.gotoAndPlay("mapclose");
}
}
}